home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / hard / hack / i2clib40.lha / i2clib40 / i2clib40.readme < prev    next >
Text File  |  1998-09-13  |  1KB  |  39 lines

  1. Short:    I2C-bus hard/software interface project.
  2. Author:   Brian Ipsen and Wilhelm Noeker
  3. Uploader: wnoeker@t-online.de (Wilhelm Noeker)
  4. Type:     hard/hack
  5.  
  6. This shared library will allow easy access to integrated circuits
  7. with the I²C-bus interface. Included in the archive are:
  8.  
  9.  - Schematics for interfaces (several to choose from) that connect
  10.    I²C chips to the Amiga
  11.  - AutoDoc description of the library functions
  12.  - C headerfiles for GNU, Maxon and SAS/C
  13.  
  14.  
  15. History
  16. -------
  17.  
  18. Changes from V39 to V40:
  19.  
  20.  - Default bus timing (i.e. the delay value used until a client program
  21.    explicitly calls SetI2CDelay) can be set by means of an environment
  22.    variable (I2CDELAY).
  23.  - Library exposes a base structure with performance counters and interface
  24.    type information
  25.  - Additional schematics for an I²C interface on the floppy port
  26.  - More code samples
  27.  - Installer script
  28.  
  29. Changes from V38 to V39:
  30.  
  31.  - Support for I²C interfaces on either parallel or serial port
  32.  - Better support for multitasking access to the library (for example, in
  33.    order to control different chips attached to the same I²C bus)
  34.  - Better error diagnostics
  35.  - Easier initialization
  36.  - New method to ensure the proper bus timing
  37.  
  38.  
  39.